home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Weather / Source / Defaults.h < prev    next >
Text File  |  1993-11-13  |  277b  |  18 lines

  1. #import <appkit/appkit.h>
  2.  
  3. extern void openDefaults(), writeDefaults();
  4. extern char FirstUsed[], Site[];
  5. extern char FetchText[3][128];
  6.  
  7. extern char DefaultFont[];
  8. extern char DefaultFontSize[];
  9.  
  10. #define NumFetch 3
  11.  
  12. @interface Defaults:Object
  13. {
  14. }
  15.  
  16. - writeDefaults:sender;
  17. @end
  18.